build: Switch order of subdirectories
authorBenjamin Otte <otte@redhat.com>
Sat, 31 Mar 2018 09:05:31 +0000 (11:05 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 5 Apr 2018 12:56:38 +0000 (14:56 +0200)
After fixing this once already in 5970dac1679d the order was messed up
again in d50708b0240.

meson.build

index a84eaf374ae4622ed2cfc089137f159a9a9ec805..de66c987eb5315397e9b46bbafa9d67cb449a5fa 100644 (file)
@@ -632,13 +632,13 @@ subdir('gdk')
 subdir('gsk')
 subdir('gtk')
 subdir('modules')
+if get_option('demos')
+  subdir('demos')
+endif
 if get_option('build-tests')
   subdir('tests')
   subdir('testsuite')
 endif
-if get_option('demos')
-  subdir('demos')
-endif
 if get_option('build-examples')
   subdir('examples')
 endif